Skip to content

build(deps): update GitHub Actions to Node.js 24#340

Merged
barnabasbusa merged 1 commit into
masterfrom
chore/update-actions-node24
Mar 12, 2026
Merged

build(deps): update GitHub Actions to Node.js 24#340
barnabasbusa merged 1 commit into
masterfrom
chore/update-actions-node24

Conversation

@barnabasbusa
Copy link
Copy Markdown
Collaborator

@barnabasbusa barnabasbusa commented Mar 12, 2026

Fixing:

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12, docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772, docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Summary

  • Updates all GitHub Actions to latest versions with Node.js 24 runtime support
  • Resolves deprecation warnings: "Node.js 20 actions are deprecated"
  • Pins actions/setup-python to a full SHA (was unpinned @v6)

Updated actions

Action Old New
actions/checkout v6.0.1 v6.0.2
actions/setup-java v4.7.0 v5.2.0
actions/setup-node v4.3.0 v6.3.0
actions/setup-go v4.1.0 v6.3.0
docker/login-action v3.4.0 / v3.7.0 v4.0.0
docker/setup-buildx-action v3.10.0 v4.0.0
docker/build-push-action v5.4.0 v7.0.0
actions/setup-python @v6 (unpinned) v6.2.0

Test plan

  • Trigger a scheduled workflow run and verify builds complete without Node.js 20 deprecation warnings
  • Verify Docker build & push still works correctly
  • Verify manifest creation still works

🤖 Generated with Claude Code

- actions/checkout: v6.0.1 → v6.0.2
- actions/setup-java: v4.7.0 → v5.2.0
- actions/setup-node: v4.3.0 → v6.3.0
- actions/setup-go: v4.1.0 → v6.3.0
- docker/login-action: v3.4.0/v3.7.0 → v4.0.0
- docker/setup-buildx-action: v3.10.0 → v4.0.0
- docker/build-push-action: v5.4.0 → v7.0.0
- actions/setup-python: pin @v6 → v6.2.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@barnabasbusa barnabasbusa merged commit e453391 into master Mar 12, 2026
3 checks passed
@barnabasbusa barnabasbusa deleted the chore/update-actions-node24 branch March 12, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant